RUN-3598: Enable Custom Slack template Docs#1680
Closed
ddarby-hike wants to merge 1 commit into4.0.xfrom
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
A concise description of the purpose of the PR, followed by summarized bullets of changes
- Adds support for specifying a custom Freemarker template in the Slack notification docs
- Documents where to install the custom template and default behavior when left blank
Comments suppressed due to low confidence (2)
docs/manual/notifications/slack.md:25
- Indent the new bullet to match the existing list (e.g., add a leading space before the hyphen) so it aligns with other items.
- **Custom Template**
docs/manual/notifications/slack.md:26
- Add a leading space before the colon to align the description under the bullet (e.g.,
:).
: Filename of a custom Freemarker template to use for the notification. The template should be installed in "/var/lib/rundeck/libext/templates/\<filename\>". Leave blank to use the default template.
Contributor
|
I believe this goes in conjunction with a feature PR on this repo: Once the enhancement is reviewed and merged we can merge this. |
Contributor
|
Replaced by this PR: #1720 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable Custom Slack template message